A CSV file is just a text file, with comma separated values. The whole point to a CSV file is that its purely text, so can be used in most applications, the comma separation is there primarily to make it easier to recognize fields.
This article explores a range of techniques for opening and working with CSV files in a Linux environment, catering to users with intermediate to advanced technical proficiency.